com.sun.ws.management.client.exceptions
Class NoMatchFoundException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.sun.ws.management.NoMatchFoundExceptionServer
              extended by com.sun.ws.management.client.exceptions.NoMatchFoundException
All Implemented Interfaces:
java.io.Serializable

public class NoMatchFoundException
extends com.sun.ws.management.NoMatchFoundExceptionServer

See Also:
Serialized Form

Constructor Summary
NoMatchFoundException()
           
NoMatchFoundException(java.lang.String message)
           
NoMatchFoundException(java.lang.String message, java.lang.Throwable cause)
           
NoMatchFoundException(java.lang.Throwable cause)
           
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

NoMatchFoundException

public NoMatchFoundException()

NoMatchFoundException

public NoMatchFoundException(java.lang.String message)

NoMatchFoundException

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

NoMatchFoundException

public NoMatchFoundException(java.lang.Throwable cause)