oracle.panama.adapter
Class AdapterException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--oracle.panama.PanamaException
                    |
                    +--oracle.panama.adapter.AdapterException
All Implemented Interfaces:
NestedException, java.io.Serializable

public class AdapterException
extends PanamaException

The Adapter Exception. To be used when something fails in the Adapter implementation.

See Also:
Serialized Form

Constructor Summary
AdapterException(java.lang.String msg)
           
AdapterException(java.lang.Throwable detail)
           
 
Methods inherited from class oracle.panama.PanamaException
getDetail
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

AdapterException

public AdapterException(java.lang.String msg)
Parameters:
msg - the error message for the system log.

AdapterException

public AdapterException(java.lang.Throwable detail)
Parameters:
detail - the nested Exception, it's message will be logged to the system log.