org.plasma.common.exception
Class PlasmaRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by org.plasma.common.exception.PlasmaRuntimeException
All Implemented Interfaces:
Serializable
Direct Known Subclasses:
AppException, UserException

public class PlasmaRuntimeException
extends RuntimeException

See Also:
Serialized Form

Constructor Summary
PlasmaRuntimeException()
           
PlasmaRuntimeException(String msg)
           
PlasmaRuntimeException(String message, Throwable cause)
           
PlasmaRuntimeException(Throwable t)
           
 
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

PlasmaRuntimeException

public PlasmaRuntimeException()

PlasmaRuntimeException

public PlasmaRuntimeException(String message,
                              Throwable cause)

PlasmaRuntimeException

public PlasmaRuntimeException(Throwable t)

PlasmaRuntimeException

public PlasmaRuntimeException(String msg)


Copyright © 2014. All rights reserved.