public class PtalonScopeException
extends java.lang.Exception
Constructor and Description |
---|
PtalonScopeException(java.lang.String message)
Generate a Ptalon ScopeException.
|
PtalonScopeException(java.lang.String message,
java.lang.Throwable cause)
Generate a Ptalon ScopeException.
|
public PtalonScopeException(java.lang.String message)
message
- An explanation of the offensepublic PtalonScopeException(java.lang.String message, java.lang.Throwable cause)
message
- An explanation of the offense.cause
- The cause of the offense.