IBM WebSphere Application ServerTM
Release 7

com.ibm.wsspi.wsaddressing
Class URIGenerationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.ibm.wsspi.wsaddressing.URIGenerationException
All Implemented Interfaces:
java.io.Serializable

public class URIGenerationException
extends java.lang.Exception

This exception is thrown when it is not possible to generate a valid URI address for an endpoint.

See Also:
Serialized Form

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

URIGenerationException

public URIGenerationException()
Default Constructor


URIGenerationException

public URIGenerationException(java.lang.String message)
Constructor

Parameters:
message - String detailing the Exception.

URIGenerationException

public URIGenerationException(java.lang.String message,
                              java.lang.Throwable cause)
Constructor

Parameters:
message - String detailing the Exception.
cause - Exception that caused this exception.

URIGenerationException

public URIGenerationException(java.lang.Throwable cause)
Constructor

Parameters:
cause - Exception that caused this exception.

IBM WebSphere Application ServerTM
Release 7