org.jaffa.exceptions
Class UOWSecurityException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.jaffa.exceptions.CustomRuntimeException
org.jaffa.exceptions.UOWSecurityException
- All Implemented Interfaces:
- Serializable
- public class UOWSecurityException
- extends CustomRuntimeException
- Version:
- 1.0
- Author:
- maheshd
- See Also:
- Serialized Form
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
UOWSecurityException
public UOWSecurityException()
- Constructs a new exception.
UOWSecurityException
public UOWSecurityException(String msg)
- Constructs a new exception specifying an error message.
- Parameters:
msg - This message is for internal diagnostics.
UOWSecurityException
public UOWSecurityException(String msg,
Throwable sourceException)
- Constructs a new exception specifying an error message and a source exception.
- Parameters:
msg - This message is for internal diagnostics.sourceException - The source exception being wrapped.
Copyright © 2002-2004 JAFFA Project.