Package org.sakaiproject.api.common.type
Class UnsupportedTypeException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- org.sakaiproject.api.common.type.UnsupportedTypeException
-
- All Implemented Interfaces:
Serializable
public class UnsupportedTypeException extends Exception
If a Manager does not support a given Type, this would be an appropriate exception to throw.- Author:
- Lance Speelmon
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description UnsupportedTypeException()UnsupportedTypeException(String message)UnsupportedTypeException(String message, Throwable cause)UnsupportedTypeException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-
-
-
Constructor Detail
-
UnsupportedTypeException
public UnsupportedTypeException()
-
UnsupportedTypeException
public UnsupportedTypeException(String message, Throwable cause)
- Parameters:
message-cause-
-
UnsupportedTypeException
public UnsupportedTypeException(String message)
- Parameters:
message-
-
UnsupportedTypeException
public UnsupportedTypeException(Throwable cause)
- Parameters:
cause-
-
-