com.sas.drugdev.remote.repository
Class InvalidNodeBeanException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.repository.InvalidNodeBeanException
- All Implemented Interfaces:
- java.io.Serializable
public class InvalidNodeBeanException
- extends java.lang.Exception
The InvalidNodeBeanException can be thrown when certain properties are left off of the
NodeBean
that are needed to perform an operation. For example, if an NodeBean
is constructed without a type and then used in RepositoryService.createContainer(ContainerBean)
or 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 |
InvalidNodeBeanException
public InvalidNodeBeanException()
InvalidNodeBeanException
public InvalidNodeBeanException(java.lang.String message)
InvalidNodeBeanException
public InvalidNodeBeanException(java.lang.Throwable cause)
InvalidNodeBeanException
public InvalidNodeBeanException(java.lang.String message,
java.lang.Throwable cause)