com.cafesoft.cams.ping
Class PingException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.cafesoft.core.exception.NestedException
              extended by com.cafesoft.cams.ping.PingException
All Implemented Interfaces:
Serializable

public class PingException
extends NestedException

Represents an exceptional condition encountered while using the Ping protocol to make a request or receive a response from the Cams policy server.

Since:
11/15/02
See Also:
Serialized Form

Constructor Summary
PingException()
          Create a new PingException
PingException(String message)
          Create a new PingException
PingException(String message, Throwable cause)
          Create a new PingException
 
Method Summary
 
Methods inherited from class com.cafesoft.core.exception.NestedException
getCause, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getStackTrace, initCause, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

PingException

public PingException()
Create a new PingException


PingException

public PingException(String message)
Create a new PingException

Parameters:
message - the String that contains a detailed message

PingException

public PingException(String message,
                     Throwable cause)
Create a new PingException

Parameters:
message - the String that contains a detailed message
cause - throwable that caused this exception


Generated on 10:38:35 AM April 14, 2011, © 1996-2010 Cafésoft LLC. All rights reserved.