com.sun.identity.liberty.ws.disco
Class DiscoveryException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--com.sun.identity.liberty.ws.disco.DiscoveryException
All Implemented Interfaces:
java.io.Serializable

public class DiscoveryException
extends java.lang.Exception

This class is an extension point for all Discovery Service related exceptions.

See Also:
Serialized Form

Constructor Summary
DiscoveryException()
          Create an DiscoveryException with no message.
DiscoveryException(java.lang.String s)
          Create an DiscoveryException with a message.
DiscoveryException(java.lang.Throwable t)
          Constructs with Throwable object.
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

DiscoveryException

public DiscoveryException()
Create an DiscoveryException with no message.

DiscoveryException

public DiscoveryException(java.lang.String s)
Create an DiscoveryException with a message.
Parameters:
s - exception message.

DiscoveryException

public DiscoveryException(java.lang.Throwable t)
Constructs with Throwable object.
Parameters:
t - Throwable object


Copyright 2005 Sun Microsystems, Inc. All rights reserved. Use is subject to license terms.