com.sas.hls.common.exception
Class SystemException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.sas.hls.common.exception.AbstractRuntimeException
                  extended by com.sas.hls.common.exception.SystemException
All Implemented Interfaces:
Serializable

public class SystemException
extends AbstractRuntimeException

A generic runtime error thrown when a more specific exception does not exist.

See Also:
Serialized Form

Constructor Summary
SystemException(String message)
          Constructs a SystemException with the specified message.
SystemException(String message, Throwable cause)
          Constructs a SystemException with the specified message and root cause.
 
Method Summary
 
Methods inherited from class com.sas.hls.common.exception.AbstractRuntimeException
contains, getLocalizedMessage, getMessage, getMostSpecificCause, getRootCause, setLocalizedMessage
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, 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

SystemException

public SystemException(String message)
Constructs a SystemException with the specified message.

Parameters:
message - The detailed message.

SystemException

public SystemException(String message,
                       Throwable cause)
Constructs a SystemException with the specified message and root cause.

Parameters:
message - The detailed message.
cause - The root cause for this exception.


Copyright (c) 2012, SAS Institute Inc., Cary, NC, USA