Class Body.DisabledException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--Body.DisabledException
All Implemented Interfaces:
java.io.Serializable
Enclosing class:
Body

public class Body.DisabledException
extends java.lang.Exception

Exception thrown when trying to use a disabled body.

See Also:
Serialized Form

Constructor Summary
Body.DisabledException()
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, toString
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

Body.DisabledException

public Body.DisabledException()