public class PtalonRuntimeException
extends java.lang.Exception
Constructor and Description |
---|
PtalonRuntimeException(java.lang.String message)
Create a PtalonRuntimeException.
|
PtalonRuntimeException(java.lang.String message,
java.lang.Throwable cause)
Create a PtalonRuntimeException.
|
public PtalonRuntimeException(java.lang.String message)
message
- An explanation of the offense.public PtalonRuntimeException(java.lang.String message, java.lang.Throwable cause)
message
- An explanation of the offense.cause
- The cause of the offense.