com.pecasim.base
Class SimBaseException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.pecasim.base.AbstractException
              extended by com.pecasim.base.SimBaseException
All Implemented Interfaces:
java.io.Serializable

public class SimBaseException
extends AbstractException

Author:
cbu Allgemeine Exception
See Also:
Serialized Form

Constructor Summary
SimBaseException(java.lang.Class<?> source, java.lang.String method, MSGCODE messageCode, java.lang.String... param)
           
SimBaseException(java.lang.Class<?> source, java.lang.String method, MSGCODE messageCode, java.lang.Throwable cause, java.lang.String... paramArray)
           
 
Method Summary
 
Methods inherited from class com.pecasim.base.AbstractException
getMessageCode, getMethod, getParams, getShortMessage, getSource
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

SimBaseException

public SimBaseException(java.lang.Class<?> source,
                        java.lang.String method,
                        MSGCODE messageCode,
                        java.lang.String... param)
Parameters:
source -
method -
messageCode -
param -

SimBaseException

public SimBaseException(java.lang.Class<?> source,
                        java.lang.String method,
                        MSGCODE messageCode,
                        java.lang.Throwable cause,
                        java.lang.String... paramArray)
Parameters:
source -
method -
messageCode -
cause -
paramArray -