com.jp.protection.pub.pro.integration
Class LicensingFacadeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.jp.protection.pub.pro.integration.LicensingFacadeException
All Implemented Interfaces:
java.io.Serializable

public class LicensingFacadeException
extends java.lang.RuntimeException

Utility exception can be thrown during functioning licensing facade implementation

See Also:
Serialized Form

Constructor Summary
LicensingFacadeException()
          Constructs a new exception with null as its detail message.
LicensingFacadeException(java.lang.String message)
          Constructs a new exception with the specified detail message.
LicensingFacadeException(java.lang.String message, java.lang.Throwable cause)
          Constructs a new exception with the specified detail message and cause.
LicensingFacadeException(java.lang.Throwable cause)
          Constructs a new exception with the specified 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

LicensingFacadeException

public LicensingFacadeException()
Constructs a new exception with null as its detail message.


LicensingFacadeException

public LicensingFacadeException(java.lang.String message)
Constructs a new exception with the specified detail message.

Parameters:
message - the detail message

LicensingFacadeException

public LicensingFacadeException(java.lang.String message,
                                java.lang.Throwable cause)
Constructs a new exception with the specified detail message and cause.

Parameters:
message - the detail message
cause - the cause (a null value is permitted, and indicates that the cause is nonexistent or unknown.)

LicensingFacadeException

public LicensingFacadeException(java.lang.Throwable cause)
Constructs a new exception with the specified cause.

Parameters:
cause - the cause. (a null value is permitted, and indicates that the cause is nonexistent or unknown.)