org.csapi.jr.se.am
Class UnauthorizedApplicationException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--org.csapi.jr.se.am.AccountException
                    |
                    +--org.csapi.jr.se.am.UnauthorizedApplicationException
All Implemented Interfaces:
java.io.Serializable

public class UnauthorizedApplicationException
extends AccountException

Application is not authorized to perform charging operations.

See Also:
Serialized Form

Constructor Summary
UnauthorizedApplicationException()
           
UnauthorizedApplicationException(java.lang.String message)
           
UnauthorizedApplicationException(java.lang.String message, java.lang.Throwable cause)
           
UnauthorizedApplicationException(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Throwable getCause()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

UnauthorizedApplicationException

public UnauthorizedApplicationException()

UnauthorizedApplicationException

public UnauthorizedApplicationException(java.lang.String message)

UnauthorizedApplicationException

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

UnauthorizedApplicationException

public UnauthorizedApplicationException(java.lang.Throwable cause)
Method Detail

getCause

public java.lang.Throwable getCause()
Overrides:
getCause in class AccountException