Class WrongEEResourceException
- java.lang.Object
-
- java.lang.Throwable
-
- java.lang.Exception
-
- java.security.GeneralSecurityException
-
- org.jboss.security.javaee.exceptions.WrongEEResourceException
-
- All Implemented Interfaces:
Serializable
public class WrongEEResourceException extends GeneralSecurityException
A security exception to indicate the wrong type of EE resource- Since:
- Aug 11, 2010
- Author:
- Anil.Saldhana@redhat.com
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description WrongEEResourceException()
WrongEEResourceException(String msg)
WrongEEResourceException(String message, Throwable cause)
WrongEEResourceException(Throwable cause)
-
Method Summary
-
Methods inherited from class java.lang.Throwable
addSuppressed, fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, getSuppressed, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString
-
-