public class SAFSRuntimeException
extends java.lang.RuntimeException
Constructor and Description |
---|
SAFSRuntimeException(java.lang.String msg)
Purpose: constructor |
SAFSRuntimeException(java.lang.String msg,
java.lang.Throwable cause)
Purpose: constructor |
SAFSRuntimeException(java.lang.Throwable cause)
Purpose: constructor |
SAFSRuntimeException(java.lang.Throwable cause,
java.lang.String msg)
Purpose: constructor |
public SAFSRuntimeException(java.lang.String msg)
msg,
- String, the string to pass along to our 'super'public SAFSRuntimeException(java.lang.Throwable cause)
msg,
- String, the string to pass along to our 'super'cause,
- Throwable 'cause' to pass along to our 'super'.public SAFSRuntimeException(java.lang.String msg, java.lang.Throwable cause)
msg,
- String, the string to pass along to our 'super'cause,
- Throwable 'cause' to pass along to our 'super'.public SAFSRuntimeException(java.lang.Throwable cause, java.lang.String msg)
cause,
- Throwable 'cause' to pass along to our 'super'.msg,
- String, the string to pass along to our 'super'Copyright © SAS Institute. All Rights Reserved.