ibilling.client
Class ClientException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ibilling.services.iBillingException
                  extended by ibilling.client.ClientException
All Implemented Interfaces:
java.io.Serializable

public class ClientException
extends ibilling.services.iBillingException

Exception generated by the library components.

Since:
1.0
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          The Constant serialVersionUID.
 
Constructor Summary
ClientException(int marker, java.lang.String message, java.lang.Exception e, java.lang.Object... args)
          Instantiates a new client exception.
ClientException(int marker, java.lang.String message, java.lang.Object... args)
          Instantiates a new client exception.
ClientException(java.lang.String message, java.lang.Exception e, java.lang.Object... args)
          Instantiates a new client exception.
ClientException(java.lang.String message, java.lang.Object... args)
          Instantiates a new client exception.
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
The Constant serialVersionUID.

See Also:
Constant Field Values
Constructor Detail

ClientException

public ClientException(int marker,
                       java.lang.String message,
                       java.lang.Object... args)
Instantiates a new client exception.

Parameters:
marker - the marker
message - the message
args - the args

ClientException

public ClientException(java.lang.String message,
                       java.lang.Object... args)
Instantiates a new client exception.

Parameters:
message - the message
args - the args

ClientException

public ClientException(java.lang.String message,
                       java.lang.Exception e,
                       java.lang.Object... args)
Instantiates a new client exception.

Parameters:
message - the message
e - the e
args - the args

ClientException

public ClientException(int marker,
                       java.lang.String message,
                       java.lang.Exception e,
                       java.lang.Object... args)
Instantiates a new client exception.

Parameters:
marker - the marker
message - the message
e - the e
args - the args