com.sas.drugdev.remote.repository
Class ContainmentException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.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

Constructor Summary
ContainmentException()
           
ContainmentException(java.lang.String message)
           
ContainmentException(java.lang.String message, java.lang.Throwable cause)
           
ContainmentException(java.lang.Throwable cause)
           
 
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
 

Constructor Detail

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)