public class InvalidWrappingException
extends java.lang.Exception
| Constructor and Description |
|---|
InvalidWrappingException(java.lang.String msg)
Base constructor.
|
InvalidWrappingException(java.lang.String msg,
java.lang.Throwable cause)
Constructor when this exception is due to another one.
|
public InvalidWrappingException(java.lang.String msg)
msg - a message concerning the exception.public InvalidWrappingException(java.lang.String msg,
java.lang.Throwable cause)
msg - a message concerning the exception.cause - the exception that caused this exception to be thrown.