com.sas.drugdev.remote.repository
Class ContainmentException
java.lang.Object
java.lang.Throwable
java.lang.Exception
com.sas.drugdev.remote.repository.ContainmentException
- All Implemented Interfaces:
- java.io.Serializable
- public class ContainmentException
- extends java.lang.Exception
A ContainmentException is thrown when a file or container is created within a container that
can't contain that type of node because of the type containment rules.
- 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 |
ContainmentException
public ContainmentException()
ContainmentException
public ContainmentException(java.lang.String message)
ContainmentException
public ContainmentException(java.lang.Throwable cause)
ContainmentException
public ContainmentException(java.lang.String message,
java.lang.Throwable cause)