anvil.server
Class ContainerException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.io.IOException
                    |
                    +--anvil.server.ContainerException
All Implemented Interfaces:
java.io.Serializable
Direct Known Subclasses:
RedirectException

public class ContainerException
extends java.io.IOException

class ContainerException

See Also:
Serialized Form

Constructor Summary
ContainerException(int code, java.lang.String message)
           
 
Method Summary
 int getErrorCode()
           
 
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

ContainerException

public ContainerException(int code,
                          java.lang.String message)
Method Detail

getErrorCode

public int getErrorCode()