com.hyperion.css
Class CSSBERException

java.lang.Object
  extended by java.lang.Throwable
      extended by java.lang.Exception
          extended by java.io.IOException
              extended by com.hyperion.css.CSSBERException
All Implemented Interfaces:
java.io.Serializable

public class CSSBERException
extends java.io.IOException

Exception thrown to indicate a BER error.

Author:
Vinoj Kurunnan
See Also:
Serialized Form

Constructor Summary
CSSBERException()
          Constructs a BER exception with no message.
CSSBERException(java.lang.String message)
          Constructs a BER exception with the specified 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
 

Constructor Detail

CSSBERException

public CSSBERException()
Constructs a BER exception with no message.


CSSBERException

public CSSBERException(java.lang.String message)
Constructs a BER exception with the specified message.



Copyright © 2005-2009 Oracle Corporation.