Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

com.obs.common.accounting.exceptions
Class EntryBalanceException  view EntryBalanceException download EntryBalanceException.java

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended bycom.obs.common.shared.templates.GenericException
              extended bycom.obs.common.accounting.exceptions.EntryBalanceException
All Implemented Interfaces:
java.io.Serializable

public class EntryBalanceException
extends com.obs.common.shared.templates.GenericException


Nested Class Summary
 
Nested classes inherited from class java.lang.Throwable
 
Field Summary
 
Fields inherited from class com.obs.common.shared.templates.GenericException
ex, msg
 
Fields inherited from class java.lang.Exception
 
Fields inherited from class java.lang.Throwable
 
Constructor Summary
EntryBalanceException()
           
EntryBalanceException(java.lang.String msg)
           
 
Methods inherited from class com.obs.common.shared.templates.GenericException
getException, getMessage, toString
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getCause, getLocalizedMessage, getStackTrace, initCause, printStackTrace, printStackTrace, printStackTrace, setStackTrace
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

EntryBalanceException

public EntryBalanceException()

EntryBalanceException

public EntryBalanceException(java.lang.String msg)