org.csapi.jr.se
Class PlatformException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.csapi.jr.se.PlatformException
All Implemented Interfaces:
java.io.Serializable

public class PlatformException
extends java.lang.RuntimeException

Thrown when local platform or communication problems occur

See Also:
Serialized Form

Constructor Summary
PlatformException()
           
PlatformException(java.lang.String message)
           
PlatformException(java.lang.String message, java.lang.Throwable cause)
           
PlatformException(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

PlatformException

public PlatformException()

PlatformException

public PlatformException(java.lang.String message)

PlatformException

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

PlatformException

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

getCause

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