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

Constructor Summary
LugeException(java.lang.String message)
           
LugeException(java.lang.String message, java.lang.Exception e)
           
LugeException(java.lang.String message, netscape.ldap.LDAPException e)
           
 
Method Summary
 int getErrorCode()
           
 java.lang.Exception getException()
           
 java.lang.String getMessage()
           
 void setErrorCode(int code)
           
 
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
 

Constructor Detail

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)
Method Detail

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)

Copyright 2003, Michael Schwartz All Rights Reserved.