com.sas.drugdev.remote.repository
Class InvalidNodeBeanException

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

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

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)