Package org.jboss.jca.as.converters
Class UnknownTagException
java.lang.Object
java.lang.Throwable
java.lang.Exception
org.jboss.jca.as.converters.UnknownTagException
- All Implemented Interfaces:
Serializable
NotSupportException
- Version:
- $Revision: $
- Author:
- Jeff Zhang
- See Also:
-
Constructor Summary
ConstructorsConstructorDescriptionConstructs a new instance with null as its detail message.UnknownTagException(String message) Constructs a new instance with the specified detail message. -
Method Summary
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
Constructor Details
-
UnknownTagException
public UnknownTagException()Constructs a new instance with null as its detail message. -
UnknownTagException
Constructs a new instance with the specified detail message.- Parameters:
message- the detail message.
-