Class B2PException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by B2PException
All Implemented Interfaces:
java.io.Serializable

public class B2PException
extends java.lang.Exception

A wrapper class for exceptions.

See Also:
Serialized Form

Constructor Summary
B2PException()
           
B2PException(java.lang.String msg)
           
 
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

B2PException

public B2PException()

B2PException

public B2PException(java.lang.String msg)