org.archiviststoolkit.exceptions
Class UnsupportedDomainObjectModelException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.archiviststoolkit.exceptions.UnsupportedDomainObjectModelException
All Implemented Interfaces:
java.io.Serializable

public class UnsupportedDomainObjectModelException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UnsupportedDomainObjectModelException()
           
UnsupportedDomainObjectModelException(java.lang.Class clazz)
           
UnsupportedDomainObjectModelException(java.lang.String message, java.lang.Throwable cause)
           
UnsupportedDomainObjectModelException(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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

UnsupportedDomainObjectModelException

public UnsupportedDomainObjectModelException()

UnsupportedDomainObjectModelException

public UnsupportedDomainObjectModelException(java.lang.Class clazz)

UnsupportedDomainObjectModelException

public UnsupportedDomainObjectModelException(java.lang.String message,
                                             java.lang.Throwable cause)

UnsupportedDomainObjectModelException

public UnsupportedDomainObjectModelException(java.lang.Throwable cause)