Log4j 1.1

pl.psnc.expres.exception
Class RemoteException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by pl.psnc.vlab.exception.AbstractException
              extended by pl.psnc.expres.exception.RemoteException
All Implemented Interfaces:
java.io.Serializable

public class RemoteException
extends pl.psnc.vlab.exception.AbstractException

RemoteException class - exception thrown when remote service fails

Author:
Dominik Stoklosa (~osa~)
See Also:
Serialized Form
Email address
osa@man.poznan.pl

Constructor Summary
RemoteException(java.lang.Exception e, java.lang.String message)
          Creates a new instance of RemoteException
RemoteException(java.lang.Exception e, java.lang.String message, java.lang.String... msgArguments)
          Creates a new instance of RemoteException
RemoteException(java.lang.String message)
          Creates a new instance of RemoteException
RemoteException(java.lang.String message, java.lang.String... msgArguments)
          Creates a new instance of RemoteException
 
Method Summary
 java.lang.String getBundle()
           
 
Methods inherited from class pl.psnc.vlab.exception.AbstractException
getErrorCode, getLocalizedMessage, getMsgArguments, printStackTrace, printStackTrace, printStackTrace
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getMessage, getStackTrace, initCause, setStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

RemoteException

public RemoteException(java.lang.Exception e,
                       java.lang.String message)
Creates a new instance of RemoteException

Parameters:
message - error description
e - source exception

RemoteException

public RemoteException(java.lang.Exception e,
                       java.lang.String message,
                       java.lang.String... msgArguments)
Creates a new instance of RemoteException

Parameters:
message - error description
msgArguments - formatted message arguments
e - source exception

RemoteException

public RemoteException(java.lang.String message)
Creates a new instance of RemoteException

Parameters:
message - error description

RemoteException

public RemoteException(java.lang.String message,
                       java.lang.String... msgArguments)
Creates a new instance of RemoteException

Parameters:
message - error description
msgArguments - formatted message arguments
Method Detail

getBundle

public java.lang.String getBundle()
Specified by:
getBundle in class pl.psnc.vlab.exception.AbstractException

Log4j 1.1

Copyright 2007-2008 by VLAB