org.apache.axiom.c14n.exceptions
Class AlgorithmAlreadyRegisteredException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.apache.axiom.c14n.exceptions.C14NException
org.apache.axiom.c14n.exceptions.AlgorithmAlreadyRegisteredException
- All Implemented Interfaces:
- java.io.Serializable
public class AlgorithmAlreadyRegisteredException
- extends C14NException
class AlgorithmAlreadyRegisteredException
- Author:
- Saliya Ekanayake (esaliya@gmail.com)
- See Also:
- Serialized Form
Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, setStackTrace |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException()
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(java.lang.String msg)
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(java.lang.String msg,
java.lang.Object[] exArgs)
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(java.lang.Exception e)
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(java.lang.String msg,
java.lang.Exception e)
AlgorithmAlreadyRegisteredException
public AlgorithmAlreadyRegisteredException(java.lang.String msg,
java.lang.Object[] exArgs,
java.lang.Exception e)
Copyright © 2004-2009 The Apache Software Foundation. All Rights Reserved.