org.archiviststoolkit.exceptions
Class UnsupportedDomainEditorException

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

public class UnsupportedDomainEditorException
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
UnsupportedDomainEditorException()
           
UnsupportedDomainEditorException(java.lang.Class clazz)
           
UnsupportedDomainEditorException(java.lang.Class clazz, java.lang.Throwable cause)
           
UnsupportedDomainEditorException(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

UnsupportedDomainEditorException

public UnsupportedDomainEditorException()

UnsupportedDomainEditorException

public UnsupportedDomainEditorException(java.lang.Class clazz)

UnsupportedDomainEditorException

public UnsupportedDomainEditorException(java.lang.Class clazz,
                                        java.lang.Throwable cause)

UnsupportedDomainEditorException

public UnsupportedDomainEditorException(java.lang.Throwable cause)