com.sas.drugdev.remote.repository
Class InvalidTypeException

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

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

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)