public class RemoteSoloException
extends java.lang.Exception
Constructor and Description |
---|
RemoteSoloException(java.lang.String msg)
Purpose: constructor |
RemoteSoloException(java.lang.String msg,
java.lang.Throwable cause)
Purpose: constructor |
RemoteSoloException(java.lang.Throwable cause)
Purpose: constructor |
RemoteSoloException(java.lang.Throwable cause,
java.lang.String msg)
Purpose: constructor |
public RemoteSoloException(java.lang.String msg)
msg,
- String, the string to pass along to our 'super'public RemoteSoloException(java.lang.Throwable cause)
msg,
- String, the string to pass along to our 'super'cause,
- Throwable 'cause' to pass along to our 'super'.public RemoteSoloException(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 RemoteSoloException(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.