All Packages  Class Hierarchy  This Package  Previous  Next  Index

Class lava.net.psyc.PSYCDeliveryException

java.lang.Object
   |
   +----java.lang.Throwable
           |
           +----java.lang.Exception
                   |
                   +----java.io.IOException
                           |
                           +----lava.net.psyc.PSYCException
                                   |
                                   +----lava.net.psyc.PSYCDeliveryException

public class PSYCDeliveryException
extends PSYCException

Variable Index

 o CANNOT_DELIVER
 o NO_ERROR_CODE_GIVEN
 o NO_TARGET
 o NOT_SUPPORTED
 o UNKNOWN_PROTOCOL

Constructor Index

 o PSYCDeliveryException()
 o PSYCDeliveryException(int)
 o PSYCDeliveryException(MMPDeliveryException)
 o PSYCDeliveryException(String)

Method Index

 o errorToString(int)
 o getErrorCode()

Variables

 o NO_ERROR_CODE_GIVEN
 public static final int NO_ERROR_CODE_GIVEN
 o CANNOT_DELIVER
 public static final int CANNOT_DELIVER
 o NO_TARGET
 public static final int NO_TARGET
 o UNKNOWN_PROTOCOL
 public static final int UNKNOWN_PROTOCOL
 o NOT_SUPPORTED
 public static final int NOT_SUPPORTED

Constructors

 o PSYCDeliveryException
 public PSYCDeliveryException()
 o PSYCDeliveryException
 public PSYCDeliveryException(int errorCode)
 o PSYCDeliveryException
 public PSYCDeliveryException(String error)
 o PSYCDeliveryException
 public PSYCDeliveryException(MMPDeliveryException e)

Methods

 o getErrorCode
 public int getErrorCode()
Overrides:
getErrorCode in class PSYCException
 o errorToString
 public static String errorToString(int errorCode)

All Packages  Class Hierarchy  This Package  Previous  Next  Index