org.opennms.protocols.exceptions
Class OverflowDataException

java.lang.Object
  |
  +--java.lang.Throwable
        |
        +--java.lang.Exception
              |
              +--java.lang.RuntimeException
                    |
                    +--org.opennms.protocols.exceptions.OverflowDataException
All Implemented Interfaces:
Serializable

public class OverflowDataException
extends RuntimeException

This exception is thrown when there is an insufficent amount of data passed to a method.

Version:
0.1
Author:
Brian Weaver
See Also:
Serialized Form

Fields inherited from class java.lang.Throwable
backtrace, detailMessage, serialVersionUID
 
Constructor Summary
OverflowDataException()
           
OverflowDataException(String why)
           
 
Methods inherited from class java.lang.Throwable
fillInStackTrace, getLocalizedMessage, getMessage, printStackTrace, printStackTrace, printStackTrace, printStackTrace0, toString
 
Methods inherited from class java.lang.Object
, clone, equals, finalize, getClass, hashCode, notify, notifyAll, registerNatives, wait, wait, wait
 

Constructor Detail

OverflowDataException

public OverflowDataException()

OverflowDataException

public OverflowDataException(String why)