ch.elca.el4j.util.socketstatistics
Class DelegationException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.lang.RuntimeException
              extended by ch.elca.el4j.util.socketstatistics.DelegationException
All Implemented Interfaces:
Serializable

public class DelegationException
extends RuntimeException

Exception handling for class RefelctiveDelegator.

Author:
Jonas Hauenstein (JHN)
See Also:
Serialized Form
File-location:
DelegationException
Last check-in date:
2009-09-25 16:38:41 +0200 (Fr, 25. Sep 2009) by jonasha for revision 3929

Constructor Summary
DelegationException(String message)
          Constructor.
DelegationException(String message, Throwable cause)
          Constructor.
DelegationException(Throwable cause)
          Constructor.
 
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

DelegationException

public DelegationException(String message)
Constructor.

Parameters:
message - message of exception

DelegationException

public DelegationException(String message,
                           Throwable cause)
Constructor.

Parameters:
message - message of exception
cause - cause of exception

DelegationException

public DelegationException(Throwable cause)
Constructor.

Parameters:
cause - cause of exception


Copyright © 2005-2011 ELCA. All Rights Reserved.