com.sas.hls.common.exception
Class SystemException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
com.sas.hls.common.exception.AbstractRuntimeException
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
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) 2016, SAS Institute Inc., Cary, NC, USA