|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Throwable
java.lang.Exception
org.lexevs.exceptions.InternalException
public class InternalException
Parent class for the all internal exceptions..
Constructor Summary | |
---|---|
InternalException(java.lang.String message)
Instantiates a new internal exception. |
|
InternalException(java.lang.String message,
java.lang.Throwable cause)
Instantiates a new internal exception. |
Method Summary | |
---|---|
java.lang.String |
getLogId()
Gets the log id. |
Methods inherited from class java.lang.Throwable |
---|
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public InternalException(java.lang.String message)
message
- the messagepublic InternalException(java.lang.String message, java.lang.Throwable cause)
message
- the messagecause
- the causeMethod Detail |
---|
public java.lang.String getLogId()
|
Copyright: (c) 2004-2006 Mayo Foundation for Medical Education and Research (MFMER). All rights reserved. MAYO, MAYO CLINIC, and the triple-shield Mayo logo are trademarks and service marks of MFMER. | ||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |