info.sswap.impl.empire.io
Class ByteLimitExceededException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by info.sswap.impl.empire.io.ByteLimitExceededException
All Implemented Interfaces:
java.io.Serializable

public class ByteLimitExceededException
extends java.io.IOException

An exception generated when a byte limit is exceeded during a stream operation.

Author:
Blazej Bulka
See Also:
Serialized Form

Field Summary
private static long serialVersionUID
          Serial version identifier for ByteLimitExceededException
 
Constructor Summary
ByteLimitExceededException()
          The default constructor
ByteLimitExceededException(java.lang.String message)
          The constructor that accepts a message
 
Method Summary
 
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
 

Field Detail

serialVersionUID

private static final long serialVersionUID
Serial version identifier for ByteLimitExceededException

See Also:
Constant Field Values
Constructor Detail

ByteLimitExceededException

public ByteLimitExceededException()
The default constructor


ByteLimitExceededException

public ByteLimitExceededException(java.lang.String message)
The constructor that accepts a message

Parameters:
message - the message describing the problem


Copyright (c) 2011, iPlant Collaborative, University of Arizona, Cold Spring Harbor Laboratories, University of Texas at Austin.