com.sas.drugdev.remote.repository
Class InvalidTypeException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.repository.InvalidTypeException
- All Implemented Interfaces:
- java.io.Serializable
- public class InvalidTypeException
- extends java.lang.Exception
The InvalidTypeException is thrown when a method call is expecting one type of Node, but
receives another. For instance, if a FileBean
is constructed using a container type,
then passed to RepositoryService.createFile(FileBean)
.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait |
InvalidTypeException
public InvalidTypeException()
InvalidTypeException
public InvalidTypeException(java.lang.String message,
java.lang.Throwable cause)
InvalidTypeException
public InvalidTypeException(java.lang.String message)
InvalidTypeException
public InvalidTypeException(java.lang.Throwable cause)