org.ajax4jsf.util.base64
Class DecoderException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.ajax4jsf.util.base64.DecoderException
- All Implemented Interfaces:
- Serializable
public class DecoderException
- extends Exception
Thrown when a Decoder has encountered a failure condition during a decode.
- Version:
- $Id: DecoderException.java,v 1.1.2.1 2007/01/09 18:59:13 alexsmirnov Exp $
- Author:
- Apache Software Foundation
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
DecoderException
public DecoderException(String pMessage)
- Creates a DecoderException
- Parameters:
pMessage
- A message with meaning to a human
Copyright © 2011 JBoss, a division of Red Hat, Inc.. All Rights Reserved.