com.counterclaim.openefm.client.filing
Class FilingClientException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.counterclaim.openefm.client.filing.FilingClientException
All Implemented Interfaces:
java.io.Serializable

public class FilingClientException
extends java.lang.Exception

See Also:
Serialized Form
 

Field Summary
private static org.apache.log4j.Logger log
           
private  java.lang.Throwable nested
           
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
FilingClientException()
           
FilingClientException(java.lang.Exception nestedEx)
           
FilingClientException(java.lang.String msg)
           
FilingClientException(java.lang.String msg, java.lang.Throwable nested)
           
 
Method Summary
 java.lang.Throwable getNestedException()
           
 java.lang.String toString()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Field Detail

log

private static org.apache.log4j.Logger log

nested

private java.lang.Throwable nested
Constructor Detail

FilingClientException

public FilingClientException()

FilingClientException

public FilingClientException(java.lang.String msg)

FilingClientException

public FilingClientException(java.lang.Exception nestedEx)

FilingClientException

public FilingClientException(java.lang.String msg,
                             java.lang.Throwable nested)
Method Detail

getNestedException

public java.lang.Throwable getNestedException()

toString

public java.lang.String toString()


Copyright © 2002 counterclaim.com. All Rights Reserved.