org.glassfish.openesb.pojose.api
Class POJOError

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by org.glassfish.openesb.pojose.api.POJOMessageException
              extended by org.glassfish.openesb.pojose.api.POJOError
All Implemented Interfaces:
java.io.Serializable

public class POJOError
extends POJOMessageException

Error message a POJO service can throw from its @Operation method. Also thrown by POJO Engine for error encountered while a consuming a service.

Author:
gpatil
See Also:
Serialized Form

Constructor Summary
POJOError()
           
POJOError(java.lang.String message)
           
POJOError(java.lang.String message, java.lang.Throwable cause)
           
POJOError(java.lang.Throwable cause)
           
 
Method Summary
 java.lang.Exception getError()
           
 
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

POJOError

public POJOError()

POJOError

public POJOError(java.lang.String message)

POJOError

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

POJOError

public POJOError(java.lang.Throwable cause)
Method Detail

getError

public java.lang.Exception getError()


Copyright © 2006-2008. All Rights Reserved.