us.openinternet.luge.exception
Class LugeException
java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--us.openinternet.luge.exception.LugeException
- All Implemented Interfaces: 
 - java.io.Serializable
 
- public class LugeException
- extends java.lang.Exception
  
- See Also:
 - Serialized Form
 
 
 
| Methods inherited from class java.lang.Throwable | 
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace, toString | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait | 
 
LugeException
public LugeException(java.lang.String message)
LugeException
public LugeException(java.lang.String message,
                     java.lang.Exception e)
LugeException
public LugeException(java.lang.String message,
                     netscape.ldap.LDAPException e)
getMessage
public java.lang.String getMessage()
- Overrides:
 getMessage in class java.lang.Throwable
 
 
getException
public java.lang.Exception getException()
 
getErrorCode
public int getErrorCode()
 
setErrorCode
public void setErrorCode(int code)