org.fosstrak.epcis.repository
Class InternalBusinessException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.fosstrak.epcis.repository.InternalBusinessException
All Implemented Interfaces:
Serializable

public class InternalBusinessException
extends Exception

This Exception is thrown by the different modules to indicate problems while processing capture or query requests.

Author:
Marco Steybe
See Also:
Serialized Form

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

InternalBusinessException

public InternalBusinessException()

InternalBusinessException

public InternalBusinessException(String message)

InternalBusinessException

public InternalBusinessException(Throwable cause)

InternalBusinessException

public InternalBusinessException(String message,
                                 Throwable cause)


Copyright © 2010. All Rights Reserved.