com.connecterra.ale.api
Class InvalidURIException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.connecterra.ale.api.ALEException
              extended bycom.connecterra.ale.api.InvalidURIException
All Implemented Interfaces:
java.io.Serializable

public class InvalidURIException
extends ALEException

This exception is thrown by the ALE API methods which take a URI argument if the URI has an invalid format, refers to an unimplemented scheme, has an invalid scheme-specific part, or is otherwise unusable by the implementation.

See Also:
Serialized Form

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

InvalidURIException

public InvalidURIException()

InvalidURIException

public InvalidURIException(java.lang.String message)

InvalidURIException

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

InvalidURIException

public InvalidURIException(java.lang.Throwable cause)