org.almendra.janet.cas.spaces
Class NoInstalledAttacher

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.almendra.janet.cas.spaces.NoInstalledAttacher
All Implemented Interfaces:
java.io.Serializable

public class NoInstalledAttacher
extends java.lang.Exception

See Also:
Serialized Form

Constructor Summary
NoInstalledAttacher()
          Creates a new NoInstalledAttacher object.
NoInstalledAttacher(java.lang.String message)
          Creates a new NoInstalledAttacher object.
NoInstalledAttacher(java.lang.String message, java.lang.Throwable cause)
          Creates a new NoInstalledAttacher object.
NoInstalledAttacher(java.lang.Throwable cause)
          Creates a new NoInstalledAttacher object.
 
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

NoInstalledAttacher

public NoInstalledAttacher()
Creates a new NoInstalledAttacher object.


NoInstalledAttacher

public NoInstalledAttacher(java.lang.String message)
Creates a new NoInstalledAttacher object.


NoInstalledAttacher

public NoInstalledAttacher(java.lang.Throwable cause)
Creates a new NoInstalledAttacher object.


NoInstalledAttacher

public NoInstalledAttacher(java.lang.String message,
                           java.lang.Throwable cause)
Creates a new NoInstalledAttacher object.