com.connecterra.ale.api
Class ALEException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.connecterra.ale.api.ALEException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CacheInUseException, CacheSpecValidationException, DuplicateNameException, ECSpecValidationException, ImplementationException, InvalidPatternsException, InvalidURIException, NoSuchCacheException, NoSuchNameException, NoSuchSpecException, NoSuchSubscriberException, PCSpecValidationException, PCXMLDeserializerException, PCXMLSerializerException, XMLDeserializerException, XMLSerializerException

public class ALEException
extends java.lang.Exception

This is the base class of all exceptions thrown by the ALE api.

See Also:
Serialized Form

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

ALEException

public ALEException()

ALEException

public ALEException(java.lang.String message)

ALEException

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

ALEException

public ALEException(java.lang.Throwable cause)