Class IllegalArgumentException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.gcube.portlets.user.uriresolvermanager.exception.IllegalArgumentException
-
- All Implemented Interfaces:
Serializable
public class IllegalArgumentException extends Exception
- Author:
- Francesco Mangiacrapa francesco.mangiacrapa@isti.cnr.it
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description IllegalArgumentException()IllegalArgumentException(String message)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
IllegalArgumentException
public IllegalArgumentException()
-
IllegalArgumentException
public IllegalArgumentException(String message)
-
-