org.openptk.exception
Class ProvisionException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.openptk.exception.ProvisionException
All Implemented Interfaces:
java.io.Serializable

public class ProvisionException
extends java.lang.Exception

A generic ProvisionException.

See Also:
Serialized Form

Field Summary
static long serialVersionUID
           
 
Constructor Summary
ProvisionException(java.lang.String message)
          Create a new ProvisionException, use the provided message.
ProvisionException(java.lang.Throwable ex)
          Create a new ProvisionException, use the provided Exception.
 
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
 

Field Detail

serialVersionUID

public static final long serialVersionUID
See Also:
Constant Field Values
Constructor Detail

ProvisionException

public ProvisionException(java.lang.String message)
Create a new ProvisionException, use the provided message.

Parameters:
message - a description of the exception

ProvisionException

public ProvisionException(java.lang.Throwable ex)
Create a new ProvisionException, use the provided Exception.

Parameters:
ex - an existing Exception (Throwable)


View/submit a bug or feature

For further API reference and developer documentation, see www.openptk.org. That documentation contains more detailed, developer-targeted descriptions, definitions of terms, workarounds, and working code examples.

Copyright (C) 2008-2012, Project OpenPTK. All Rights Reserved