com.hyperion.css
Class CSSBERException

java.lang.Object
  extended byjava.lang.Throwable
      extended byjava.lang.Exception
          extended byjava.io.IOException
              extended bycom.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.
 
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.