org.opensync.tools.exception
Class APUserException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.opensync.tools.exception.OpenSyncException
              extended byorg.opensync.tools.exception.APUserException
All Implemented Interfaces:
java.io.Serializable

public class APUserException
extends OpenSyncException

Class for catching the Runtime Exceptions such as IndexOutOfBound, Invalid Arithmetic Operation, Database Exceptions or the dreaded "NullPointerException!!!!" etc etc...

See Also:
Serialized Form

Field Summary
 
Fields inherited from class org.opensync.tools.exception.OpenSyncException
errorCode, errorMsg, usrMsg
 
Fields inherited from class java.lang.Exception
 
Constructor Summary
APUserException(java.lang.String errorCode)
           
APUserException(java.lang.String errorCode, java.lang.Throwable e)
          Creates a APUserException.
 
Methods inherited from class org.opensync.tools.exception.OpenSyncException
action, getCause, getCode, getUserMessage, log
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, 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

APUserException

public APUserException(java.lang.String errorCode,
                       java.lang.Throwable e)
Creates a APUserException. Use this constructor when you know what Error Code should be set in the AssetPlusException. !!!!!! IMPORTANT !!!!!!! The error code has to be explicitly set.


APUserException

public APUserException(java.lang.String errorCode)


Copyright © 2004 sourceforge. All Rights Reserved.