org.opennms.netmgt.provision.adapters.link
Class EndPointStatusException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.opennms.netmgt.provision.adapters.link.EndPointStatusException
All Implemented Interfaces:
Serializable

public class EndPointStatusException
extends Exception

EndPointStatusException class.

Version:
$Id: $
Author:
ranger
See Also:
Serialized Form

Constructor Summary
EndPointStatusException()
          Constructor for EndPointStatusException.
EndPointStatusException(String message)
          Constructor for EndPointStatusException.
EndPointStatusException(String message, Throwable t)
          Constructor for EndPointStatusException.
EndPointStatusException(Throwable t)
          Constructor for EndPointStatusException.
 
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

EndPointStatusException

public EndPointStatusException()

Constructor for EndPointStatusException.


EndPointStatusException

public EndPointStatusException(String message)

Constructor for EndPointStatusException.

Parameters:
message - a String object.

EndPointStatusException

public EndPointStatusException(Throwable t)

Constructor for EndPointStatusException.

Parameters:
t - a Throwable object.

EndPointStatusException

public EndPointStatusException(String message,
                               Throwable t)

Constructor for EndPointStatusException.

Parameters:
message - a String object.
t - a Throwable object.


Copyright © 2011. All Rights Reserved.