org.apache.geronimo.util.crypto
Class DataLengthException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.apache.geronimo.util.crypto.RuntimeCryptoException
org.apache.geronimo.util.crypto.DataLengthException
- All Implemented Interfaces:
- Serializable
public class DataLengthException
- extends RuntimeCryptoException
this exception is thrown if a buffer that is meant to have output
copied into it turns out to be too short, or if we've been given
insufficient input. In general this exception will get thrown rather
than an ArrayOutOfBounds exception.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DataLengthException
public DataLengthException()
- base constructor.
DataLengthException
public DataLengthException(String message)
- create a DataLengthException with the given message.
- Parameters:
message
- the message to be carried with the exception.
Copyright © 2003-2007 Apache Software Foundation. All Rights Reserved.