com.emarsys.ecommon.exceptions
Class EmaRuntimeException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by com.emarsys.ecommon.exceptions.EmaRuntimeException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
CloneException, ConverterException, MailStorageException

public class EmaRuntimeException
extends java.lang.RuntimeException

Base class for RuntimeExceptions in eCommon.

Author:
Michael "kULO" Kulovits
See Also:
Serialized Form

Constructor Summary
EmaRuntimeException()
          Deprecated. 
EmaRuntimeException(java.lang.String message)
           
EmaRuntimeException(java.lang.String message, java.lang.Throwable cause)
           
EmaRuntimeException(java.lang.Throwable cause)
          Deprecated. 
 
Method Summary
 
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

EmaRuntimeException

@Deprecated
public EmaRuntimeException()
Deprecated. 

deprecated because Exceptions without a message are almost useless.


EmaRuntimeException

public EmaRuntimeException(java.lang.String message,
                           java.lang.Throwable cause)
Parameters:
message -
cause -

EmaRuntimeException

public EmaRuntimeException(java.lang.String message)
Parameters:
message -

EmaRuntimeException

@Deprecated
public EmaRuntimeException(java.lang.Throwable cause)
Deprecated. 

deprecated because Exceptions without a message are almost useless.

Parameters:
cause -


Copyright © 2010 emarsys AG. All Rights Reserved.