org.melati.app
Class UnhandledExceptionException
java.lang.Object
java.lang.Throwable
java.lang.Exception
java.lang.RuntimeException
org.melati.poem.PoemException
org.melati.util.MelatiRuntimeException
org.melati.app.UnhandledExceptionException
- All Implemented Interfaces:
- java.io.Serializable
public class UnhandledExceptionException
- extends MelatiRuntimeException
Thrown when an exception is not handled or authentication fails.
- Since:
- 17/12/2007
- Author:
- timp
- See Also:
- Serialized Form
| Fields inherited from class org.melati.poem.PoemException |
subException |
| Methods inherited from class org.melati.poem.PoemException |
getCoreMessage, getMessage, initCause, printStackTrace, printStackTrace, printStackTrace |
| Methods inherited from class java.lang.Throwable |
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, setStackTrace, toString |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
UnhandledExceptionException
public UnhandledExceptionException(java.lang.String message,
java.lang.Exception subException)
- Parameters:
message - subException -
UnhandledExceptionException
public UnhandledExceptionException(java.lang.String message)
- Parameters:
message -
UnhandledExceptionException
public UnhandledExceptionException(java.lang.Exception subException)
- Parameters:
subException -
UnhandledExceptionException
public UnhandledExceptionException()
Copyright © 2000-2009 PanEris. All Rights Reserved.