org.umber.ballast.metadata
Class BallastQueryException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byorg.umber.core.UmberException
              extended byorg.umber.ballast.BallastException
                  extended byorg.umber.ballast.metadata.BallastQueryException
All Implemented Interfaces:
java.io.Serializable

public class BallastQueryException
extends BallastException

Ballast application exception for metadata query operations.

Author:
jsheets
See Also:
Serialized Form

Constructor Summary
BallastQueryException(java.lang.String message)
           
BallastQueryException(java.lang.String message, java.lang.Throwable cause)
           
 
Methods inherited from class org.umber.core.UmberException
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
 

Constructor Detail

BallastQueryException

public BallastQueryException(java.lang.String message)

BallastQueryException

public BallastQueryException(java.lang.String message,
                             java.lang.Throwable cause)