com.openexchange.admin.reseller.rmi.exceptions
Class OXResellerException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by com.openexchange.admin.reseller.rmi.exceptions.OXResellerException
All Implemented Interfaces:
java.io.Serializable

public class OXResellerException
extends java.lang.Exception

Author:
choeger
See Also:
Serialized Form

Nested Class Summary
static class OXResellerException.Code
           
 
Constructor Summary
OXResellerException(OXResellerException.Code code)
          Initializes a new OXResellerException.
OXResellerException(OXResellerException.Code code, java.lang.String... args)
          Initializes a new OXResellerException.
OXResellerException(java.lang.Throwable arg0)
          Initializes a new OXResellerException.
 
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
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

OXResellerException

public OXResellerException(OXResellerException.Code code)
Initializes a new OXResellerException.

Parameters:
code -

OXResellerException

public OXResellerException(OXResellerException.Code code,
                           java.lang.String... args)
Initializes a new OXResellerException.

Parameters:
code -

OXResellerException

public OXResellerException(java.lang.Throwable arg0)
Initializes a new OXResellerException.

Parameters:
arg0 -